home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / EDOS365H.ZIP / !.BAT next >
DOS Batch File  |  1993-09-22  |  646b  |  29 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5.  
  6. echo The self extracting unpack of EDOS is complete.
  7. echo In order to install edos, you must be running Windows
  8. testunpk
  9. if ERRORLEVEL 3 goto winx
  10.  
  11. echo Windows is not running. Start SETUP. You will be
  12. echo prompted if you want Windows started automatically.
  13. goto ok
  14. :winx
  15. echo Since Windows is running, exit this DOS session and,
  16. echo From the File/RUN menu item run "A: or B:\SETUP
  17. echo Use A: or B: but not both, example: A:\SETUP.
  18. echo.
  19.  
  20. :ok
  21. echo DO NOT attempt to bypass running the edos setup.
  22. echo.
  23. echo ! ! ! ! ! ! EDOS CAN NOT be installed by hand ! ! ! ! ! !
  24. echo.
  25. echo %0
  26.  
  27. Pause
  28.  
  29.